home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene1_2.dir / 00024_Script_guyRoll_3 GOTO next < prev    next >
Text File  |  1999-03-01  |  302b  |  19 lines

  1. --FRAME: guyRoll_3 GOTO next
  2. global gGuyTextList
  3. on enterFrame
  4.   if rollover(3) then --guy face
  5.     nothing
  6.   end if 
  7.   
  8.   if NOT rollover(3) then 
  9.     go to frame "guyOff"
  10.     set the member of sprite(7) to member "guy_walk1"
  11.   end if
  12. end 
  13.  
  14. on exitframe
  15.   
  16.   go to the frame 
  17.   
  18. end
  19.